home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / fakepoint / gst.c < prev    next >
C/C++ Source or Header  |  1996-06-20  |  398b  |  21 lines

  1. // ANSI headers
  2. #include <string.h>
  3. #include <ctype.h>
  4. #include <stdlib.h>
  5.  
  6. // Amiga headers
  7. #include <exec/types.h>
  8. #include <exec/execbase.h>
  9. #include <exec/memory.h>
  10. #include <intuition/intuition.h>
  11. #include <dos/dos.h>
  12. #include <workbench/startup.h>
  13.  
  14. #define __USE_SYSBASE
  15. #undef _USEOLDEXEC_
  16. #include <proto/exec.h>
  17. #include <proto/dos.h>
  18. #include <proto/intuition.h>
  19. #include <proto/icon.h>
  20.  
  21.